go/types.gcSizes.WordSize (field)
7 uses
go/types (current package)
gcsizes.go#L11: WordSize int64 // word size in bytes - must be >= 4 (32bits)
gcsizes.go#L55: return s.WordSize
gcsizes.go#L59: return s.WordSize
gcsizes.go#L112: return s.WordSize * 2
gcsizes.go#L135: return s.WordSize * 3
gcsizes.go#L158: return s.WordSize * 2
gcsizes.go#L162: return s.WordSize // catch-all
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)